diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
commit | cb48d6ebf6df5208779a1995ab62179938139cb4 (patch) | |
tree | fd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /xcftools [moved to community]/xcftools.patch | |
parent | Update mongoclock (diff) | |
download | aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2 aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz |
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | xcftools [moved to community]/xcftools.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/xcftools [moved to community]/xcftools.patch b/xcftools [moved to community]/xcftools.patch deleted file mode 100644 index 1a2d88c..0000000 --- a/xcftools [moved to community]/xcftools.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -rupN xcftools-1.0.7.old/Makefile.in xcftools-1.0.7/Makefile.in ---- xcftools-1.0.7.old/Makefile.in 2009-07-03 11:31:56.000000000 +0100 -+++ xcftools-1.0.7/Makefile.in 2012-01-03 13:03:51.152358830 +0000 -@@ -79,7 +79,7 @@ xcf2pnm$e: xcf2pnm.$o $(FILEIO).$o enums - - xcf2png$e: xcf2png.$o $(FILEIO).$o enums.$o xcf-general.$o utils.$o nlsini.$o \ - pixels.$o flatten.$o flatspec.$o scaletab.$o table.$o palette.$o -- $(CC) $(LDFLAGS) $(LIBS) -lpng $^ -o $@ -+ $(CC) $(LDFLAGS) $(LIBS) $^ -lpng -o $@ - - xcfview: xcfview.in Makefile - sed '1s,/usr/bin/perl,@PERL@,' < $< > $@ -diff -rupN xcftools-1.0.7.old/xcf2png.c xcftools-1.0.7/xcf2png.c ---- xcftools-1.0.7.old/xcf2png.c 2009-07-03 11:31:52.000000000 +0100 -+++ xcftools-1.0.7/xcf2png.c 2012-01-03 13:03:36.262509165 +0000 -@@ -71,9 +71,9 @@ init_output(void) - - outfile = openout(flatspec.output_filename); - libpng = png_create_write_struct(PNG_LIBPNG_VER_STRING, -- png_voidp_NULL, -+ (png_voidp)NULL, - my_error_callback, -- png_error_ptr_NULL); -+ (png_voidp)NULL); - if( !libpng ) - FatalUnexpected(_("Couldn't initialize libpng library")); - |